A B C D E F G H I L M N O P R S T U V W X Z

T

TAGNAME - Static variable in class algalcommand.alpha.Photobioreactor
 
TAGNAME - Static variable in class algalcommand.script.ScriptManager
XML tag for saving configuration
terminate() - Method in class algalcommand.alpha.OldPBRForm
Deinitializes this object in a clean fashion
Tester - Class in algalcommand.alpha
 
TestNetworkScanner - Class in algalcommand.testbench
 
TestNetworkScanner(String) - Constructor for class algalcommand.testbench.TestNetworkScanner
 
TestNetworkScanner(String, int) - Constructor for class algalcommand.testbench.TestNetworkScanner
 
TestNetworkScanner.LantronixDevice - Class in algalcommand.testbench
parsing based on the following c code from Lantronix tech support forums:
           len = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *)&from, &fromLen);            if (len > 4) {                                if (buf[3] != 0xf7) {                    printf("buf[3]=%x\n", buf[3]);                    continue;                }                                printf("Type    : %02x-%02x (%c%c)\n", buf[8], buf[9], buf[8], buf[9] );                printf("Version : Major.Minor: %d.%d\n", buf[7], buf[6] );                printf("Serial #: %02x-%02x-%02x-%02x\n", buf[20], buf[20+1], buf[20+2],                        buf[20+3]);                printf("MAC     : %02x-%02x-%02x-%02x-%02x-%02x\n", buf[24], buf[24+1],                        buf[24+2], buf[24+3], buf[24+4], buf[24+5]);                printf("IP Addr : %s\n", inet_ntoa(from.sin_addr));            } else {                printf("erroneous data.\n");            }            printf("\n");
TIME_COLUMN - Static variable in class algalcommand.io.Schedule
The column parsed as time data
timeOfDayFactor(Calendar) - Method in class algalcommand.alpha.Tester
 
TIMEOUT_MS - Static variable in class algalcommand.alpha.Photobioreactor
 
TIMEOUT_MS - Static variable in class algalcommand.Properties
How long to wait for a responce before timing out.
toDayFraction() - Method in class algalcommand.io.SimpleTime
 
toggle_schedule_button - Variable in class algalcommand.alpha.OldPBRForm
 
toString() - Method in class algalcommand.alpha.NetworkScanner.LantronixDevice
 
toString() - Method in class algalcommand.alpha.Photobioreactor
 
toString() - Method in class algalcommand.io.SimpleTime
 
toString() - Method in class algalcommand.io.xml.Element
This will convert this element into its XML representation, returned as a String.
toString(int) - Method in class algalcommand.io.xml.Element
Converts this element and all of its children into their XML representation, with the indecated amount of extra indentation.
toString() - Method in class algalcommand.io.xml.RootElement
Rebuilds the XML document
toString() - Method in class algalcommand.testbench.TestNetworkScanner.LantronixDevice
 
turbidity_checkbox - Variable in class algalcommand.alpha.OldPBRForm
 
turbidity_label - Variable in class algalcommand.alpha.OldPBRForm
 
turbinterval_spinner - Variable in class algalcommand.alpha.OldPBRForm
 

A B C D E F G H I L M N O P R S T U V W X Z